home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 551-575 / disk_571 / cpuset / cpuset.doc < prev    next >
Text File  |  1992-05-06  |  4KB  |  141 lines

  1.  
  2.         
  3.         CPUSet V1.0 by Nic Wilson
  4.         -------------------------
  5.         
  6.         This program is ShareWare.  It may be freely distributed
  7.         on the condition that no profit is directly or indirectly 
  8.         gained from its distribution.  A donation is requested if 
  9.         you find yourself using this utility.  
  10.                 
  11.         Commercial Companies may also distribute it on their disks,
  12.         and a donation of either goods or monies is requested.
  13.         
  14.         The program is hand coded in assembly language, so it 
  15.         would be difficult if not impossible to write your own
  16.         any faster or smaller.
  17.         
  18.         Progressive Peripherals & Software are exempt from all
  19.         distribution conditions and may distribute it in any
  20.         way they so desire.
  21.         
  22.         The conditions below must be adhered to if you distribute 
  23.         this program.
  24.         
  25.         CONDITIONS
  26.         
  27.         ************************************************************
  28.         Crunching of this program as an executable crunched file is 
  29.         not allowed, and is considered to contravene this agreement 
  30.         of distribution.  This has been done because the 68040 
  31.         processor can crash if a program has been crunched.  
  32.         
  33.         Distribution in the form of 'LZH' file is acceptable.
  34.         
  35.         This program and its document file must remain intact and
  36.         unmodified.  Your own seperate document file may accompany
  37.         it.
  38.         ************************************************************
  39.          
  40.         
  41.         
  42. FUNCTION
  43. --------
  44.         To enable or disable the instruction and or data caches,
  45.         and copyback cache on the 68040 processor.      
  46.         
  47.         To enable or disable the instruction and or data caches,
  48.         instruction and or data burst on the 68030 processor.
  49.         
  50.         To enable or disable the instruction and or data caches
  51.         on the 68020 processor.
  52.         
  53. REQUIREMENTS
  54. ------------
  55.         
  56.         Any model Amiga fitted with 68020, 68030 or 68040 processor.
  57.         
  58.         Kickstart/Workbench V1.3 or V2.0x
  59.         
  60. SYNOPSIS
  61. --------
  62.  
  63.         From CLI
  64.         --------
  65.         68040
  66.         
  67.         CPUSet  [ICACHE_ON] [ICACHE_OFF] [DCACHE_ON] [DCACHE_OFF]
  68.                 [CBACK_ON] [CBACK_OFF] 
  69.                 
  70.         68030
  71.         
  72.         CPUSet  [ICACHE_ON] [ICACHE_OFF] [DCACHE_ON] [DCACHE_OFF]
  73.                 [IBURST_ON] [IBURST_OFF] [DBURST_ON] [DBURST_ON]
  74.         
  75.         68020
  76.         
  77.         CPUSet  [ICACHE_ON] [ICACHE_OFF] [DCACHE_ON] [DCACHE_OFF]
  78.                 
  79.         From Workbench
  80.         --------------
  81.         
  82.         68020, 68030, 68040
  83.                 
  84.         When the window opens the current settings of the caches
  85.         will be shown.                          
  86.                 
  87.         Each mode can be toggled on or off with the gadgets.
  88.         Only the modes for the current CPU type will be available.
  89.         
  90.         As each gadget is clicked, its mode will be immediately
  91.         enabled or disabled and the setting shown in the gadget. 
  92.  
  93.  
  94. NOTES ON USAGE
  95. --------------
  96.         
  97.         If any incorrect parameters are supplied from the CLI, CPUSet
  98.         will ignore them.  When a parameter is accepted as valid, an
  99.         enabled or disabled message for each parameter will be displayed 
  100.         in the CLI window.
  101.         
  102.         To obtain usage from the CLI type:- CPUSet ?
  103.         
  104. GLOSSARY OF PARAMETERS
  105. ----------------------
  106.         
  107.         ICACHE_ON    -  Turns on  Instruction Cache for 68020, 68030 68040      
  108.                      
  109.         ICACHE_OFF   -  Turns off Instruction Cache for 68020, 68030 68040
  110.         
  111.         DCACHE_ON    -  Turns on  Data Cache for 68020, 68030 68040
  112.         
  113.         DCACHE_OFF   -  Turns off Data Cache for 68020, 68030 68040
  114.         
  115.         CBACK_ON     -  Turns on  Copyback Data Cache for 68040 only
  116.         
  117.         CBACK_OFF    -  Turns off Copyback Data Cache for 68040 only
  118.         
  119.         IBURST_ON    -  Turns on  Instruction Burst for 68030 only
  120.         
  121.         IBURST_OFF   -  Turns off Instruction Burst for 68030 only
  122.         
  123.         DBURST_ON    -  Turns on  Data Burst for 68030 only
  124.         
  125.         DBURST_ON    -  Turns off Data Burst for 68030 only
  126.         
  127.         
  128.         
  129.         
  130.         
  131.         
  132.         
  133.         
  134.         
  135.         
  136.         
  137.         
  138.  
  139.                 
  140.         
  141.